home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / choco_land.swf / scripts / DefineButton2_201 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  104 b   |  6 lines

  1. on(release){
  2.    _root.sounds2.gotoAndStop("stop");
  3.    _root.allowSounds = false;
  4.    nextFrame();
  5. }
  6.